home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
mail-related
/
voodoo
/
rexx
/
sendvoodoo.ttx
< prev
Wrap
Text File
|
1996-03-11
|
307b
|
13 lines
/*
*
* Deliver message when using TurboText as an external editor for Voodoo.
*
*/
OPTIONS RESULTS
SaveFile QUIET /* QUIET (suppress requesters) requires TTX 2.0 */
GetFileInfo
PARSE VAR result . . '"'message'"'
ADDRESS 'VOODOO' 'SEND' 'T:'message /* Signal Voodoo to send message */
CloseDoc QUIET